home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
tools
/
czesc_3
/
parex
/
parexscripts
/
stripcr
< prev
next >
Wrap
AmigaDOS Script File
|
1993-11-24
|
453b
|
16 lines
.KEY FROMFILE/A,PAREXARGS/M
; PARex v3.xx program script: "StripCR"
; ~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~
; Update: 13-Nov-93
; $VER: StripCR 39.001 (13.11.93) Strips all CR's from a text.
; MS-DOS uses CR+LF for an end-of-line code. The Amiga only uses LF.
; This program will convert all CR+LF codes to LF.
; If no TO file is given then the destination file is called "FROMFILE.prx".
PAREX <FROMFILE> <PAREXARGS> TRACE LOAD { REPL \r\n BY \n }